home *** CD-ROM | disk | FTP | other *** search
- on(release){
- if(eval("/:totalFish") >= eval("/:lineLengthP" + eval("/:lineLength")) and eval("/:lineLength") < 5)
- {
- set("/:totalFish",eval("/:totalFish") - eval("/:lineLengthP" + eval("/:lineLength")));
- set("/:lineLength",eval("/:lineLength") + 1);
- _root.leMov.nextFrame();
- leMov2.nextFrame();
- if(eval("/:lineLength") >= 5)
- {
- gotoAndStop(2);
- }
- else
- {
- stop();
- }
- }
- }
-